home *** CD-ROM | disk | FTP | other *** search
- /* SelectorAgent.h
- * Written By: Thomas Burkholder
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its
- * fitness for any particular use.
- */
-
- #import <appkit/appkit.h>
- #import "../Utilities.subproj/SortedStorage.h"
-
- @interface SelectorAgent:Object <SortedStorageAgent>
- {
- }
-
- @end